home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / myirc077.zip / MYIRC.IRC < prev    next >
Text File  |  1994-05-13  |  2KB  |  76 lines

  1. #stop the script making 'noise' when first loading
  2. set ignore_msgs crap
  3. # * some of these colours might not change what they are meant to change!!
  4. # * try and find out :-)
  5. # * All have defaults, so you dont have to enter them in...
  6. # * Colours: black,blue,green,cyan,red,magenta,brown,lightgray,darkgray
  7. #          lightblue,lightgreen,lightcyan,lightred,lightmagenta,yellow,
  8. #          white
  9. # * error_col green (for error msgs)
  10. # * input_col yellow (input line)
  11. # * text_col white (normal text)
  12. # * whois_col yellow (MEANT to be for /whois, but does ALL server replies :-( )
  13. # * me_col lightred (msgs pertaining to me!)
  14. # * other_col cyan (non-me info ala mode changes etc)
  15. # * nick_col lightmagenta (when comeone changes their nick)
  16. # * notice_col lightgreen (for notices)
  17. # * server_col lightblue (for SOME server replies..)
  18. # * action_col lightgray (/me)
  19. # * prvmsg_col lightcyan (for private /msgs to me)
  20. # * bg_col blue (background!)
  21. # * highlight_col lightgreen (highlight colour)
  22.  
  23. # *** status line colours ***
  24.  
  25. # * slfill_col magenta
  26. # * slbg_col cyan
  27. # * slmode_col white
  28. # * slchan_col blue
  29. # * slnick_col green
  30.  
  31. # * type /set to find out all the cols you can fiddle with
  32.  
  33. set slnick_col blue
  34.  
  35. # * only supports some variables in aliases. (none in scripts yet)
  36. # * eg $C for current channel
  37. # *    $N your nick
  38. # *    $* rest of command line
  39.  
  40. alias nserv msg nickserv@service.de $*
  41. alias op1 mode $C +ooo $* $* $*
  42. alias newc who *newcastle.edu.au
  43. alias equ msg equinox !$*
  44. alias snu msg snuggles $*
  45. alias owl msg owlslave $*
  46. alias maj msg majiciiv $*
  47. alias gra msg gravels $*
  48. alias tun msg tune $*
  49. alias ec msg ec $*
  50. alias note msg noteserv@service.de $*
  51.  
  52. # * change what word you want highlighted in public msgs
  53. # * defaults to nickname
  54.  
  55. #set highlight Milo
  56.  
  57. # * nearest help server
  58. set help_server help_us
  59.  
  60. # * ctcp replies
  61. set ctcp_finger_reply Just a flavoured drink
  62. #set ctcp_finger_reply Alicia Johnson
  63. set ctcp_userinfo_reply You want to know MORE??
  64.  
  65. set beep off
  66. set mswin on
  67.  
  68. notify milo tune kam4ikaze ssx fugazi jackness
  69. notify gravels madoosa ec hugs
  70.  
  71.  
  72. set ignore_msgs none
  73. # * 'redraw' updates the screen.
  74. # * good command to have last, in case you fiddle with screen cols.
  75. redraw
  76.